home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10252 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  598 b 

  1. Path: warp10.smartlink.net!thomash
  2. From: thomash@warp10.smartlink.net (Thomas Hackbarth)
  3. Newsgroups: comp.lang.c++
  4. Subject: Setting Vars to member function addr
  5. Date: 6 Mar 1996 21:14:51 GMT
  6. Organization: SmartLink.net Premier ISP 805-294-1273
  7. Message-ID: <4hkv8c$nlp@frodo.smartlink.net>
  8. NNTP-Posting-Host: smartlink.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. Using Visual C++ 4.0 WIN/NT. I'm creating a small class library for doing 
  13. WINDOWS apps. Anyone know how to do this?
  14.  
  15. WINCLASS.lpfnWndProc   = (WNDPROC) TWindowClass :: WndProc;
  16.  
  17. Where WndProc is a member function inside my window class.
  18.